home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1999 April / Software of the Month - Ultimate Collection Shareware 260.iso / pc / Business / helpdesk / HelpDesk.mdb / ContractDuration.json < prev    next >
JavaScript Object Notation  |  1998-12-09  |  576b

  1. {
  2.     "schema": {
  3.         "DurationId": "Long Integer",
  4.         "Days": "Long Integer NOT NULL",
  5.         "Duration": "Text (30) NOT NULL",
  6.         "Hide": "Boolean NOT NULL"
  7.     },
  8.     "data": [
  9.         {
  10.             "DurationId": 1,
  11.             "Days": 0,
  12.             "Hide": 0
  13.         },
  14.         {
  15.             "DurationId": 2,
  16.             "Days": 1,
  17.             "Duration": "Daily",
  18.             "Hide": 0
  19.         },
  20.         {
  21.             "DurationId": 3,
  22.             "Days": 7,
  23.             "Duration": "Weekly",
  24.             "Hide": 0
  25.         },
  26.         {
  27.             "DurationId": 4,
  28.             "Days": 14,
  29.             "Duration": "Bi-Weekly",
  30.             "Hide": 0
  31.         },
  32.         {
  33.             "DurationId": 5,
  34.             "Days": 30,
  35.             "Duration": "Monthly",
  36.             "Hide": 0
  37.         },
  38.         {
  39.             "DurationId": 6,
  40.             "Days": 90,
  41.             "Duration": "Quarterly",
  42.             "Hide": 0
  43.         },
  44.         {
  45.             "DurationId": 7,
  46.             "Days": 183,
  47.             "Duration": "Semi-Annual",
  48.             "Hide": 0
  49.         },
  50.         {
  51.             "DurationId": 8,
  52.             "Days": 365,
  53.             "Duration": "Annual",
  54.             "Hide": 0
  55.         }
  56.     ]
  57. }